Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / StructList<T> Class
The type of structs in the list.
Members

In This Topic
    StructList<T> Class
    In This Topic
    Represents a strongly typed list of structs that can be effectively accessed by index.
    Object Model
    StructList<T> Class
    Syntax
    'Declaration
     
    Public Class StructList(Of T As {New, Struct}) 
    public class StructList<T> 
    where T: new(), struct
    Type Parameters
    T
    The type of structs in the list.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Common.StructList<T>

    See Also